Html Css Color HEX #CF62CF Orchid

📋 copy color: '#CF62CF'

red 207 ◦ green 98 ◦ blue 207

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

Shades of Orchid #CF62CF

Tints of Orchid #CF62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 40.43%
G = 19.14%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF62CF (or 0xCF62CF) is known color: Orchid. HEX triplet: CF, 62 and CF. RGB value is (207,98,207). Sum of RGB (Red+Green+Blue) = 207+98+207=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CF is #309D30. Grayscale: #8E8E8E. Windows color (decimal): -3185969 or 13591247. OLE color: 13591247.

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

Color convert

RGB 207 98 207 -
CMYK 0 0.53 0 0.19
HSL 300º 0.53% 0.6% -
HSV(B) 300º 0.53% 0.81% -
XYZ 41.36 26.51 61.97 -
YUV 143.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 207 98 207 0 0.53 0 0.19 300 0.53 0.6
Hex CF 62 CF 0 35 0 13 12C 35 3C
Octal 317 142 317 0 65 0 23 454 65 74
Binary 11001111 1100010 11001111 0 110101 0 10011 100101100 110101 111100

Color Harmonies of #CF62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62CF

Black with #CF62CF

Text Example


Text Example

White with #CF62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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