Html Css Color HEX #CE71CA Orchid

📋 copy color: '#CE71CA'

red 206 ◦ green 113 ◦ blue 202

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

Shades of Orchid #CE71CA

Tints of Orchid #CE71CA

RGB

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

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

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

R = 39.54%
G = 21.69%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE71CA (or 0xCE71CA) is known color: Orchid. HEX triplet: CE, 71 and CA. RGB value is (206,113,202). Sum of RGB (Red+Green+Blue) = 206+113+202=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71CA is #318E35. Grayscale: #969696. Windows color (decimal): -3247670 or 13267406. OLE color: 13267406.

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

Color convert

RGB 206 113 202 -
CMYK 0 0.45 0.02 0.19
HSL 302.58º 0.49% 0.63% -
HSV(B) 302.58º 0.45% 0.81% -
XYZ 42.02 29.2 59.3 -
YUV 150.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 206 113 202 0 0.45 0.02 0.19 302.58 0.49 0.63
Hex CE 71 CA 0 2D 2 13 12F 31 3F
Octal 316 161 312 0 55 2 23 457 61 77
Binary 11001110 1110001 11001010 0 101101 10 10011 100101111 110001 111111

Color Harmonies of #CE71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71CA

Black with #CE71CA

Text Example


Text Example

White with #CE71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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