Html Css Color HEX #CE69CB Orchid

📋 copy color: '#CE69CB'

red 206 ◦ green 105 ◦ blue 203

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

Shades of Orchid #CE69CB

Tints of Orchid #CE69CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 40.08%
G = 20.43%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE69CB (or 0xCE69CB) is known color: Orchid. HEX triplet: CE, 69 and CB. RGB value is (206,105,203). Sum of RGB (Red+Green+Blue) = 206+105+203=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CB is #319634. Grayscale: #929292. Windows color (decimal): -3249717 or 13330894. OLE color: 13330894.

HSL color Cylindrical-coordinate representation of color #CE69CB: hue angle of 301.78º 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 #CE69CB is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 203 -
CMYK 0 0.49 0.01 0.19
HSL 301.78º 0.51% 0.61% -
HSV(B) 301.78º 0.49% 0.81% -
XYZ 41.28 27.54 59.64 -
YUV 146.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 206 105 203 0 0.49 0.01 0.19 301.78 0.51 0.61
Hex CE 69 CB 0 31 1 13 12E 33 3D
Octal 316 151 313 0 61 1 23 456 63 75
Binary 11001110 1101001 11001011 0 110001 1 10011 100101110 110011 111101

Color Harmonies of #CE69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69CB

Black with #CE69CB

Text Example


Text Example

White with #CE69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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