Html Css Color HEX #CF62CC Orchid

📋 copy color: '#CF62CC'

red 207 ◦ green 98 ◦ blue 204

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

Shades of Orchid #CF62CC

Tints of Orchid #CF62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 40.67%
G = 19.25%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF62CC (or 0xCF62CC) is known color: Orchid. HEX triplet: CF, 62 and CC. RGB value is (207,98,204). Sum of RGB (Red+Green+Blue) = 207+98+204=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CC is #309D33. Grayscale: #8E8E8E. Windows color (decimal): -3185972 or 13394639. OLE color: 13394639.

HSL color Cylindrical-coordinate representation of color #CF62CC: hue angle of 301.65º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62CC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 98 204 -
CMYK 0 0.53 0.01 0.19
HSL 301.65º 0.53% 0.6% -
HSV(B) 301.65º 0.53% 0.81% -
XYZ 41 26.36 60.05 -
YUV 142.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 207 98 204 0 0.53 0.01 0.19 301.65 0.53 0.6
Hex CF 62 CC 0 35 1 13 12E 35 3C
Octal 317 142 314 0 65 1 23 456 65 74
Binary 11001111 1100010 11001100 0 110101 1 10011 100101110 110101 111100

Color Harmonies of #CF62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62CC

Black with #CF62CC

Text Example


Text Example

White with #CF62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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