Html Css Color HEX #CE69CA Orchid

📋 copy color: '#CE69CA'

red 206 ◦ green 105 ◦ blue 202

#CE69CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE69CA

Tints of Orchid #CE69CA

RGB

 RED value IS 206 (80.86% from 255) = 40.16%

 GREEN value IS 105 (41.41% from 255) = 20.47%

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 40.16%
G = 20.47%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE69CA (or 0xCE69CA) is known color: Orchid. HEX triplet: CE, 69 and CA. RGB value is (206,105,202). Sum of RGB (Red+Green+Blue) = 206+105+202=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CA is #319635. Grayscale: #919191. Windows color (decimal): -3249718 or 13265358. OLE color: 13265358.

HSL color Cylindrical-coordinate representation of color #CE69CA: hue angle of 302.38º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69CA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 202 -
CMYK 0 0.49 0.02 0.19
HSL 302.38º 0.51% 0.61% -
HSV(B) 302.38º 0.49% 0.81% -
XYZ 41.17 27.49 59.01 -
YUV 146.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 206 105 202 0 0.49 0.02 0.19 302.38 0.51 0.61
Hex CE 69 CA 0 31 2 13 12E 33 3D
Octal 316 151 312 0 61 2 23 456 63 75
Binary 11001110 1101001 11001010 0 110001 10 10011 100101110 110011 111101

Color Harmonies of #CE69CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69CA

Black with #CE69CA

Text Example


Text Example

White with #CE69CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69CA; }

 p { color: rgb(206,105,202); }

 H1.HeaderClassName
 {
   color: #CE69CA;
 }
 .AnyTagClassName
 {
   color: #CE69CA;
 }
</style>

background-color css

<style>
 a { background-color: #CE69CA; }

 a { background-color: rgb(206,105,202); }

 div.DivClassName
 {
   background-color: #CE69CA;
 }
 .BgClassName
 {
   background-color: #CE69CA;
 }
</style>

border-color css

<style>
 span { border-color: #CE69CA; }

 span { border-color: rgb(206,105,202); }

 td.TdClassName
 {
   border-color: #CE69CA;
 }
 .TagClassName
 {
   border-color: #CE69CA;
 }
</style>