Html Css Color HEX #CF62DD Orchid

📋 copy color: '#CF62DD'

red 207 ◦ green 98 ◦ blue 221

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

Shades of Orchid #CF62DD

Tints of Orchid #CF62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.63%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 39.35%
G = 18.63%
B = 42.02%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF62DD (or 0xCF62DD) is known color: Orchid. HEX triplet: CF, 62 and DD. RGB value is (207,98,221). Sum of RGB (Red+Green+Blue) = 207+98+221=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62DD is #309D22. Grayscale: #909090. Windows color (decimal): -3185955 or 14508751. OLE color: 14508751.

HSL color Cylindrical-coordinate representation of color #CF62DD: hue angle of 293.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF62DD is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 98 221 -
CMYK 0.06 0.56 0 0.13
HSL 293.17º 0.64% 0.63% -
HSV(B) 293.17º 0.56% 0.87% -
XYZ 43.15 27.22 71.39 -
YUV 144.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 207 98 221 0.06 0.56 0 0.13 293.17 0.64 0.63
Hex CF 62 DD 6 38 0 D 125 40 3F
Octal 317 142 335 6 70 0 15 445 100 77
Binary 11001111 1100010 11011101 110 111000 0 1101 100100101 1000000 111111

Color Harmonies of #CF62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62DD

Black with #CF62DD

Text Example


Text Example

White with #CF62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62DD; }

 p { color: rgb(207,98,221); }

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

background-color css

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

 a { background-color: rgb(207,98,221); }

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

border-color css

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

 span { border-color: rgb(207,98,221); }

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