Html Css Color HEX #CE71CC Orchid

📋 copy color: '#CE71CC'

red 206 ◦ green 113 ◦ blue 204

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

Shades of Orchid #CE71CC

Tints of Orchid #CE71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 39.39%
G = 21.61%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE71CC (or 0xCE71CC) is known color: Orchid. HEX triplet: CE, 71 and CC. RGB value is (206,113,204). Sum of RGB (Red+Green+Blue) = 206+113+204=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71CC is #318E33. Grayscale: #969696. Windows color (decimal): -3247668 or 13398478. OLE color: 13398478.

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

Color convert

RGB 206 113 204 -
CMYK 0 0.45 0.01 0.19
HSL 301.29º 0.49% 0.63% -
HSV(B) 301.29º 0.45% 0.81% -
XYZ 42.26 29.29 60.55 -
YUV 151.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 206 113 204 0 0.45 0.01 0.19 301.29 0.49 0.63
Hex CE 71 CC 0 2D 1 13 12D 31 3F
Octal 316 161 314 0 55 1 23 455 61 77
Binary 11001110 1110001 11001100 0 101101 1 10011 100101101 110001 111111

Color Harmonies of #CE71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71CC

Black with #CE71CC

Text Example


Text Example

White with #CE71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71CC; }

 p { color: rgb(206,113,204); }

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

background-color css

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

 a { background-color: rgb(206,113,204); }

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

border-color css

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

 span { border-color: rgb(206,113,204); }

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