Html Css Color HEX #CF62CA Orchid

📋 copy color: '#CF62CA'

red 207 ◦ green 98 ◦ blue 202

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

Shades of Orchid #CF62CA

Tints of Orchid #CF62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 40.83%
G = 19.33%
B = 39.84%

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

#CF62CA (or 0xCF62CA) is known color: Orchid. HEX triplet: CF, 62 and CA. RGB value is (207,98,202). Sum of RGB (Red+Green+Blue) = 207+98+202=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CA is #309D35. Grayscale: #8E8E8E. Windows color (decimal): -3185974 or 13263567. OLE color: 13263567.

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

Color convert

RGB 207 98 202 -
CMYK 0 0.53 0.02 0.19
HSL 302.75º 0.53% 0.6% -
HSV(B) 302.75º 0.53% 0.81% -
XYZ 40.76 26.27 58.8 -
YUV 142.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 207 98 202 0 0.53 0.02 0.19 302.75 0.53 0.6
Hex CF 62 CA 0 35 2 13 12F 35 3C
Octal 317 142 312 0 65 2 23 457 65 74
Binary 11001111 1100010 11001010 0 110101 10 10011 100101111 110101 111100

Color Harmonies of #CF62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62CA

Black with #CF62CA

Text Example


Text Example

White with #CF62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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