Html Css Color HEX #CF6CDD Orchid

📋 copy color: '#CF6CDD'

red 207 ◦ green 108 ◦ blue 221

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

Shades of Orchid #CF6CDD

Tints of Orchid #CF6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 38.62%
G = 20.15%
B = 41.23%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6CDD (or 0xCF6CDD) is known color: Orchid. HEX triplet: CF, 6C and DD. RGB value is (207,108,221). Sum of RGB (Red+Green+Blue) = 207+108+221=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CDD is #309322. Grayscale: #969696. Windows color (decimal): -3183395 or 14511311. OLE color: 14511311.

HSL color Cylindrical-coordinate representation of color #CF6CDD: hue angle of 292.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6CDD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 108 221 -
CMYK 0.06 0.51 0 0.13
HSL 292.57º 0.62% 0.65% -
HSV(B) 292.57º 0.51% 0.87% -
XYZ 44.15 29.21 71.72 -
YUV 150.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 207 108 221 0.06 0.51 0 0.13 292.57 0.62 0.65
Hex CF 6C DD 6 33 0 D 125 3E 41
Octal 317 154 335 6 63 0 15 445 76 101
Binary 11001111 1101100 11011101 110 110011 0 1101 100100101 111110 1000001

Color Harmonies of #CF6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CDD

Black with #CF6CDD

Text Example


Text Example

White with #CF6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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