Html Css Color HEX #CF6CCA Orchid

📋 copy color: '#CF6CCA'

red 207 ◦ green 108 ◦ blue 202

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

Shades of Orchid #CF6CCA

Tints of Orchid #CF6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.89%

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

R = 40.04%
G = 20.89%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF6CCA (or 0xCF6CCA) is known color: Orchid. HEX triplet: CF, 6C and CA. RGB value is (207,108,202). Sum of RGB (Red+Green+Blue) = 207+108+202=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCA is #309335. Grayscale: #949494. Windows color (decimal): -3183414 or 13266127. OLE color: 13266127.

HSL color Cylindrical-coordinate representation of color #CF6CCA: hue angle of 303.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CCA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 202 -
CMYK 0 0.48 0.02 0.19
HSL 303.03º 0.51% 0.62% -
HSV(B) 303.03º 0.48% 0.81% -
XYZ 41.76 28.25 59.13 -
YUV 148.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 207 108 202 0 0.48 0.02 0.19 303.03 0.51 0.62
Hex CF 6C CA 0 30 2 13 12F 33 3E
Octal 317 154 312 0 60 2 23 457 63 76
Binary 11001111 1101100 11001010 0 110000 10 10011 100101111 110011 111110

Color Harmonies of #CF6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CCA

Black with #CF6CCA

Text Example


Text Example

White with #CF6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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