Html Css Color HEX #CF69D8 Orchid

📋 copy color: '#CF69D8'

red 207 ◦ green 105 ◦ blue 216

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

Shades of Orchid #CF69D8

Tints of Orchid #CF69D8

RGB

 RED value IS 207 (81.25% from 255) = 39.2%

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 39.2%
G = 19.89%
B = 40.91%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF69D8 (or 0xCF69D8) is known color: Orchid. HEX triplet: CF, 69 and D8. RGB value is (207,105,216). Sum of RGB (Red+Green+Blue) = 207+105+216=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF69D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69D8 is #309627. Grayscale: #939393. Windows color (decimal): -3184168 or 14182863. OLE color: 14182863.

HSL color Cylindrical-coordinate representation of color #CF69D8: hue angle of 295.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF69D8 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 105 216 -
CMYK 0.04 0.51 0 0.15
HSL 295.14º 0.59% 0.63% -
HSV(B) 295.14º 0.51% 0.85% -
XYZ 43.18 28.33 68.16 -
YUV 148.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 207 105 216 0.04 0.51 0 0.15 295.14 0.59 0.63
Hex CF 69 D8 4 33 0 F 127 3B 3F
Octal 317 151 330 4 63 0 17 447 73 77
Binary 11001111 1101001 11011000 100 110011 0 1111 100100111 111011 111111

Color Harmonies of #CF69D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF69D8

Black with #CF69D8

Text Example


Text Example

White with #CF69D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF69D8; }

 p { color: rgb(207,105,216); }

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

background-color css

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

 a { background-color: rgb(207,105,216); }

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

border-color css

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

 span { border-color: rgb(207,105,216); }

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