Html Css Color HEX #CE65CB Orchid

📋 copy color: '#CE65CB'

red 206 ◦ green 101 ◦ blue 203

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

Shades of Orchid #CE65CB

Tints of Orchid #CE65CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.8%

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

R = 40.39%
G = 19.8%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE65CB (or 0xCE65CB) is known color: Orchid. HEX triplet: CE, 65 and CB. RGB value is (206,101,203). Sum of RGB (Red+Green+Blue) = 206+101+203=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65CB is #319A34. Grayscale: #8F8F8F. Windows color (decimal): -3250741 or 13329870. OLE color: 13329870.

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

Color convert

RGB 206 101 203 -
CMYK 0 0.51 0.01 0.19
HSL 301.71º 0.52% 0.6% -
HSV(B) 301.71º 0.51% 0.81% -
XYZ 40.89 26.74 59.51 -
YUV 144.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 206 101 203 0 0.51 0.01 0.19 301.71 0.52 0.6
Hex CE 65 CB 0 33 1 13 12E 34 3C
Octal 316 145 313 0 63 1 23 456 64 74
Binary 11001110 1100101 11001011 0 110011 1 10011 100101110 110100 111100

Color Harmonies of #CE65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65CB

Black with #CE65CB

Text Example


Text Example

White with #CE65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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