Html Css Color HEX #CE71CF Orchid

📋 copy color: '#CE71CF'

red 206 ◦ green 113 ◦ blue 207

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

Shades of Orchid #CE71CF

Tints of Orchid #CE71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 39.16%
G = 21.48%
B = 39.35%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE71CF (or 0xCE71CF) is known color: Orchid. HEX triplet: CE, 71 and CF. RGB value is (206,113,207). Sum of RGB (Red+Green+Blue) = 206+113+207=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71CF is #318E30. Grayscale: #979797. Windows color (decimal): -3247665 or 13595086. OLE color: 13595086.

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

Color convert

RGB 206 113 207 -
CMYK 0.00 0.45 0 0.19
HSL 299.36º 0.49% 0.63% -
HSV(B) 299.36º 0.45% 0.81% -
XYZ 42.62 29.44 62.47 -
YUV 151.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 206 113 207 0.00 0.45 0 0.19 299.36 0.49 0.63
Hex CE 71 CF 0 2D 0 13 12B 31 3F
Octal 316 161 317 0 55 0 23 453 61 77
Binary 11001110 1110001 11001111 0 101101 0 10011 100101011 110001 111111

Color Harmonies of #CE71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE71CF

Black with #CE71CF

Text Example


Text Example

White with #CE71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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