Html Css Color HEX #CF65DC Orchid

📋 copy color: '#CF65DC'

red 207 ◦ green 101 ◦ blue 220

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

Shades of Orchid #CF65DC

Tints of Orchid #CF65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 39.2%
G = 19.13%
B = 41.67%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF65DC (or 0xCF65DC) is known color: Orchid. HEX triplet: CF, 65 and DC. RGB value is (207,101,220). Sum of RGB (Red+Green+Blue) = 207+101+220=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DC is #309A23. Grayscale: #919191. Windows color (decimal): -3185188 or 14443983. OLE color: 14443983.

HSL color Cylindrical-coordinate representation of color #CF65DC: hue angle of 293.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF65DC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 101 220 -
CMYK 0.06 0.54 0 0.14
HSL 293.45º 0.63% 0.63% -
HSV(B) 293.45º 0.54% 0.86% -
XYZ 43.3 27.74 70.78 -
YUV 146.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 207 101 220 0.06 0.54 0 0.14 293.45 0.63 0.63
Hex CF 65 DC 6 36 0 E 125 3F 3F
Octal 317 145 334 6 66 0 16 445 77 77
Binary 11001111 1100101 11011100 110 110110 0 1110 100100101 111111 111111

Color Harmonies of #CF65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF65DC

Black with #CF65DC

Text Example


Text Example

White with #CF65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF65DC; }

 p { color: rgb(207,101,220); }

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

background-color css

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

 a { background-color: rgb(207,101,220); }

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

border-color css

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

 span { border-color: rgb(207,101,220); }

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