Html Css Color HEX #CF62CB Orchid

📋 copy color: '#CF62CB'

red 207 ◦ green 98 ◦ blue 203

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

Shades of Orchid #CF62CB

Tints of Orchid #CF62CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 40.75%
G = 19.29%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF62CB (or 0xCF62CB) is known color: Orchid. HEX triplet: CF, 62 and CB. RGB value is (207,98,203). Sum of RGB (Red+Green+Blue) = 207+98+203=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CB is #309D34. Grayscale: #8E8E8E. Windows color (decimal): -3185973 or 13329103. OLE color: 13329103.

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

Color convert

RGB 207 98 203 -
CMYK 0 0.53 0.02 0.19
HSL 302.2º 0.53% 0.6% -
HSV(B) 302.2º 0.53% 0.81% -
XYZ 40.88 26.31 59.42 -
YUV 142.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 207 98 203 0 0.53 0.02 0.19 302.2 0.53 0.6
Hex CF 62 CB 0 35 2 13 12E 35 3C
Octal 317 142 313 0 65 2 23 456 65 74
Binary 11001111 1100010 11001011 0 110101 10 10011 100101110 110101 111100

Color Harmonies of #CF62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62CB

Black with #CF62CB

Text Example


Text Example

White with #CF62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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